home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
p4
/
p4-1_2.lha
/
p4-1.2
/
bin
/
format
next >
Wrap
Text File
|
1992-10-19
|
148b
|
7 lines
#!/bin/csh
foreach fn (`ls p4*.c`)
echo formatting $fn
indent $fn temp -i4 -bl -di2 -npcs -nip -nce -npsl -nfc1 -cli0.5
mv temp $fn
end